home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / DIConfig / diconfig.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  12.3 KB  |  495 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="diconfig"
  6.     ProjectGUID="{1821E9DA-06F9-4F98-86B0-A671E44F7B7E}"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug Unicode|Win32"
  16.             OutputDirectory=".\Win32_Debug_Unicode"
  17.             IntermediateDirectory=".\Win32_Debug_Unicode"
  18.             ConfigurationType="2"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21.             CharacterSet="1">
  22.             <Tool
  23.                 Name="VCCLCompilerTool"
  24.                 Optimization="0"
  25.                 PreprocessorDefinitions="_MBCS;_USRDLL;DICONFIG_EXPORTS;DEBUG;WIN32;_DEBUG;_WINDOWS;UNICODE;_HAS_EXCEPTIONS=1"
  26.                 RuntimeLibrary="1"
  27.                 RuntimeTypeInfo="TRUE"
  28.                 UsePrecompiledHeader="2"
  29.                 PrecompiledHeaderFile=".\Win32_Debug_Unicode/diconfig.pch"
  30.                 AssemblerListingLocation=".\Win32_Debug_Unicode/"
  31.                 ObjectFile=".\Win32_Debug_Unicode/"
  32.                 ProgramDataBaseFileName=".\Win32_Debug_Unicode/"
  33.                 WarningLevel="3"
  34.                 SuppressStartupBanner="TRUE"
  35.                 DebugInformationFormat="3"
  36.                 CompileAs="0"/>
  37.             <Tool
  38.                 Name="VCCustomBuildTool"/>
  39.             <Tool
  40.                 Name="VCLinkerTool"
  41.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  42.                 AdditionalDependencies="dinput8.lib ddraw.lib d3d9.lib d3dx9.lib"
  43.                 OutputFile=".\Win32_Debug_Unicode/diconfig.dll"
  44.                 LinkIncremental="2"
  45.                 SuppressStartupBanner="TRUE"
  46.                 ModuleDefinitionFile=".\diactfrm.def"
  47.                 GenerateDebugInformation="TRUE"
  48.                 ProgramDatabaseFile=".\Win32_Debug_Unicode/diconfig.pdb"
  49.                 ImportLibrary=".\Win32_Debug_Unicode/diconfig.lib"/>
  50.             <Tool
  51.                 Name="VCMIDLTool"
  52.                 PreprocessorDefinitions="_DEBUG"
  53.                 MkTypLibCompatible="TRUE"
  54.                 SuppressStartupBanner="TRUE"
  55.                 TargetEnvironment="1"
  56.                 TypeLibraryName=".\Win32_Debug_Unicode/diconfig.tlb"/>
  57.             <Tool
  58.                 Name="VCPostBuildEventTool"/>
  59.             <Tool
  60.                 Name="VCPreBuildEventTool"/>
  61.             <Tool
  62.                 Name="VCPreLinkEventTool"/>
  63.             <Tool
  64.                 Name="VCResourceCompilerTool"
  65.                 PreprocessorDefinitions="_DEBUG"
  66.                 Culture="1033"/>
  67.             <Tool
  68.                 Name="VCWebServiceProxyGeneratorTool"/>
  69.             <Tool
  70.                 Name="VCWebDeploymentTool"/>
  71.         </Configuration>
  72.         <Configuration
  73.             Name="Release|Win32"
  74.             OutputDirectory=".\Release"
  75.             IntermediateDirectory=".\Release"
  76.             ConfigurationType="2"
  77.             UseOfMFC="0"
  78.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  79.             CharacterSet="2">
  80.             <Tool
  81.                 Name="VCCLCompilerTool"
  82.                 InlineFunctionExpansion="1"
  83.                 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;DICONFIG_EXPORTS;_HAS_EXCEPTIONS=1"
  84.                 StringPooling="TRUE"
  85.                 RuntimeLibrary="0"
  86.                 EnableFunctionLevelLinking="TRUE"
  87.                 RuntimeTypeInfo="TRUE"
  88.                 UsePrecompiledHeader="2"
  89.                 PrecompiledHeaderFile=".\Release/diconfig.pch"
  90.                 AssemblerListingLocation=".\Release/"
  91.                 ObjectFile=".\Release/"
  92.                 ProgramDataBaseFileName=".\Release/"
  93.                 WarningLevel="3"
  94.                 SuppressStartupBanner="TRUE"
  95.                 CompileAs="0"/>
  96.             <Tool
  97.                 Name="VCCustomBuildTool"/>
  98.             <Tool
  99.                 Name="VCLinkerTool"
  100.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  101.                 AdditionalDependencies="dinput8.lib ddraw.lib d3d9.lib d3dx9.lib"
  102.                 OutputFile=".\Release/diconfig.dll"
  103.                 LinkIncremental="1"
  104.                 SuppressStartupBanner="TRUE"
  105.                 ModuleDefinitionFile=".\diactfrm.def"
  106.                 ProgramDatabaseFile=".\Release/diconfig.pdb"
  107.                 ImportLibrary=".\Release/diconfig.lib"/>
  108.             <Tool
  109.                 Name="VCMIDLTool"
  110.                 PreprocessorDefinitions="NDEBUG"
  111.                 MkTypLibCompatible="TRUE"
  112.                 SuppressStartupBanner="TRUE"
  113.                 TargetEnvironment="1"
  114.                 TypeLibraryName=".\Release/diconfig.tlb"/>
  115.             <Tool
  116.                 Name="VCPostBuildEventTool"/>
  117.             <Tool
  118.                 Name="VCPreBuildEventTool"/>
  119.             <Tool
  120.                 Name="VCPreLinkEventTool"/>
  121.             <Tool
  122.                 Name="VCResourceCompilerTool"
  123.                 PreprocessorDefinitions="NDEBUG"
  124.                 Culture="1033"/>
  125.             <Tool
  126.                 Name="VCWebServiceProxyGeneratorTool"/>
  127.             <Tool
  128.                 Name="VCWebDeploymentTool"/>
  129.         </Configuration>
  130.         <Configuration
  131.             Name="Release Unicode|Win32"
  132.             OutputDirectory=".\Win32_Release_Unicode"
  133.             IntermediateDirectory=".\Win32_Release_Unicode"
  134.             ConfigurationType="2"
  135.             UseOfMFC="0"
  136.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  137.             CharacterSet="1">
  138.             <Tool
  139.                 Name="VCCLCompilerTool"
  140.                 InlineFunctionExpansion="1"
  141.                 PreprocessorDefinitions="_MBCS;_USRDLL;DICONFIG_EXPORTS;WIN32;NDEBUG;_WINDOWS;UNICODE;_HAS_EXCEPTIONS=1"
  142.                 StringPooling="TRUE"
  143.                 RuntimeLibrary="0"
  144.                 EnableFunctionLevelLinking="TRUE"
  145.                 RuntimeTypeInfo="TRUE"
  146.                 UsePrecompiledHeader="2"
  147.                 PrecompiledHeaderFile=".\Win32_Release_Unicode/diconfig.pch"
  148.                 AssemblerListingLocation=".\Win32_Release_Unicode/"
  149.                 ObjectFile=".\Win32_Release_Unicode/"
  150.                 ProgramDataBaseFileName=".\Win32_Release_Unicode/"
  151.                 WarningLevel="3"
  152.                 SuppressStartupBanner="TRUE"
  153.                 CompileAs="0"/>
  154.             <Tool
  155.                 Name="VCCustomBuildTool"/>
  156.             <Tool
  157.                 Name="VCLinkerTool"
  158.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  159.                 AdditionalDependencies="dinput8.lib ddraw.lib d3d9.lib d3dx9.lib"
  160.                 OutputFile=".\Win32_Release_Unicode/diconfig.dll"
  161.                 LinkIncremental="1"
  162.                 SuppressStartupBanner="TRUE"
  163.                 ModuleDefinitionFile=".\diactfrm.def"
  164.                 ProgramDatabaseFile=".\Win32_Release_Unicode/diconfig.pdb"
  165.                 ImportLibrary=".\Win32_Release_Unicode/diconfig.lib"/>
  166.             <Tool
  167.                 Name="VCMIDLTool"
  168.                 PreprocessorDefinitions="NDEBUG"
  169.                 MkTypLibCompatible="TRUE"
  170.                 SuppressStartupBanner="TRUE"
  171.                 TargetEnvironment="1"
  172.                 TypeLibraryName=".\Win32_Release_Unicode/diconfig.tlb"/>
  173.             <Tool
  174.                 Name="VCPostBuildEventTool"/>
  175.             <Tool
  176.                 Name="VCPreBuildEventTool"/>
  177.             <Tool
  178.                 Name="VCPreLinkEventTool"/>
  179.             <Tool
  180.                 Name="VCResourceCompilerTool"
  181.                 PreprocessorDefinitions="NDEBUG"
  182.                 Culture="1033"/>
  183.             <Tool
  184.                 Name="VCWebServiceProxyGeneratorTool"/>
  185.             <Tool
  186.                 Name="VCWebDeploymentTool"/>
  187.         </Configuration>
  188.         <Configuration
  189.             Name="Debug|Win32"
  190.             OutputDirectory=".\Debug"
  191.             IntermediateDirectory=".\Debug"
  192.             ConfigurationType="2"
  193.             UseOfMFC="0"
  194.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  195.             CharacterSet="2">
  196.             <Tool
  197.                 Name="VCCLCompilerTool"
  198.                 Optimization="0"
  199.                 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;DICONFIG_EXPORTS;DEBUG;_HAS_EXCEPTIONS=1"
  200.                 RuntimeLibrary="1"
  201.                 RuntimeTypeInfo="TRUE"
  202.                 UsePrecompiledHeader="2"
  203.                 PrecompiledHeaderFile=".\Debug/diconfig.pch"
  204.                 AssemblerListingLocation=".\Debug/"
  205.                 ObjectFile=".\Debug/"
  206.                 ProgramDataBaseFileName=".\Debug/"
  207.                 WarningLevel="3"
  208.                 SuppressStartupBanner="TRUE"
  209.                 DebugInformationFormat="3"
  210.                 CompileAs="0"/>
  211.             <Tool
  212.                 Name="VCCustomBuildTool"/>
  213.             <Tool
  214.                 Name="VCLinkerTool"
  215.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  216.                 AdditionalDependencies="dinput8.lib ddraw.lib d3d9.lib d3dx9.lib"
  217.                 OutputFile=".\Debug/diconfig.dll"
  218.                 LinkIncremental="2"
  219.                 SuppressStartupBanner="TRUE"
  220.                 ModuleDefinitionFile=".\diactfrm.def"
  221.                 GenerateDebugInformation="TRUE"
  222.                 ProgramDatabaseFile=".\Debug/diconfig.pdb"
  223.                 ImportLibrary=".\Debug/diconfig.lib"/>
  224.             <Tool
  225.                 Name="VCMIDLTool"
  226.                 PreprocessorDefinitions="_DEBUG"
  227.                 MkTypLibCompatible="TRUE"
  228.                 SuppressStartupBanner="TRUE"
  229.                 TargetEnvironment="1"
  230.                 TypeLibraryName=".\Debug/diconfig.tlb"/>
  231.             <Tool
  232.                 Name="VCPostBuildEventTool"/>
  233.             <Tool
  234.                 Name="VCPreBuildEventTool"/>
  235.             <Tool
  236.                 Name="VCPreLinkEventTool"/>
  237.             <Tool
  238.                 Name="VCResourceCompilerTool"
  239.                 PreprocessorDefinitions="_DEBUG"
  240.                 Culture="1033"/>
  241.             <Tool
  242.                 Name="VCWebServiceProxyGeneratorTool"/>
  243.             <Tool
  244.                 Name="VCWebDeploymentTool"/>
  245.         </Configuration>
  246.     </Configurations>
  247.     <Files>
  248.         <Filter
  249.             Name="Source Files"
  250.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  251.             <File
  252.                 RelativePath=".\cbitmap.cpp">
  253.             </File>
  254.             <File
  255.                 RelativePath=".\cd3dsurf.cpp">
  256.             </File>
  257.             <File
  258.                 RelativePath=".\cdevicecontrol.cpp">
  259.             </File>
  260.             <File
  261.                 RelativePath=".\cdeviceui.cpp">
  262.             </File>
  263.             <File
  264.                 RelativePath=".\cdeviceview.cpp">
  265.             </File>
  266.             <File
  267.                 RelativePath=".\cdeviceviewtext.cpp">
  268.             </File>
  269.             <File
  270.                 RelativePath=".\cdiacpage.cpp">
  271.             </File>
  272.             <File
  273.                 RelativePath=".\cfguitrace.cpp">
  274.             </File>
  275.             <File
  276.                 RelativePath=".\cfrmwrk.cpp">
  277.             </File>
  278.             <File
  279.                 RelativePath=".\configwnd.cpp">
  280.             </File>
  281.             <File
  282.                 RelativePath=".\constants.cpp">
  283.             </File>
  284.             <File
  285.                 RelativePath=".\cyclestr.cpp">
  286.             </File>
  287.             <File
  288.                 RelativePath=".\dconfig.rc">
  289.             </File>
  290.             <File
  291.                 RelativePath=".\diactfrm.def">
  292.             </File>
  293.             <File
  294.                 RelativePath=".\flexcheckbox.cpp">
  295.             </File>
  296.             <File
  297.                 RelativePath=".\flexcombobox.cpp">
  298.             </File>
  299.             <File
  300.                 RelativePath=".\flexinfobox.cpp">
  301.             </File>
  302.             <File
  303.                 RelativePath=".\flexlistbox.cpp">
  304.             </File>
  305.             <File
  306.                 RelativePath=".\flexmsgbox.cpp">
  307.             </File>
  308.             <File
  309.                 RelativePath=".\flexscrollbar.cpp">
  310.             </File>
  311.             <File
  312.                 RelativePath=".\flextooltip.cpp">
  313.             </File>
  314.             <File
  315.                 RelativePath=".\flextree.cpp">
  316.             </File>
  317.             <File
  318.                 RelativePath=".\flexwnd.cpp">
  319.             </File>
  320.             <File
  321.                 RelativePath=".\guids.c">
  322.             </File>
  323.             <File
  324.                 RelativePath=".\iclassfact.cpp">
  325.             </File>
  326.             <File
  327.                 RelativePath=".\ipageclassfact.cpp">
  328.             </File>
  329.             <File
  330.                 RelativePath=".\main.cpp">
  331.             </File>
  332.             <File
  333.                 RelativePath=".\populate.cpp">
  334.             </File>
  335.             <File
  336.                 RelativePath=".\privcom.cpp">
  337.             </File>
  338.             <File
  339.                 RelativePath=".\registry.cpp">
  340.             </File>
  341.             <File
  342.                 RelativePath=".\selcontroldlg.cpp">
  343.             </File>
  344.             <File
  345.                 RelativePath=".\uiglobals.cpp">
  346.             </File>
  347.             <File
  348.                 RelativePath=".\usefuldi.cpp">
  349.             </File>
  350.             <File
  351.                 RelativePath=".\viewselwnd.cpp">
  352.             </File>
  353.         </Filter>
  354.         <Filter
  355.             Name="Header Files"
  356.             Filter="h;hpp;hxx;hm;inl">
  357.             <File
  358.                 RelativePath=".\bidirlookup.h">
  359.             </File>
  360.             <File
  361.                 RelativePath=".\cbitmap.h">
  362.             </File>
  363.             <File
  364.                 RelativePath=".\cdevicecontrol.h">
  365.             </File>
  366.             <File
  367.                 RelativePath=".\cdeviceui.h">
  368.             </File>
  369.             <File
  370.                 RelativePath=".\cdeviceview.h">
  371.             </File>
  372.             <File
  373.                 RelativePath=".\cdeviceviewtext.h">
  374.             </File>
  375.             <File
  376.                 RelativePath=".\cdiacpage.h">
  377.             </File>
  378.             <File
  379.                 RelativePath=".\cfguitrace.h">
  380.             </File>
  381.             <File
  382.                 RelativePath=".\cfrmwrk.h">
  383.             </File>
  384.             <File
  385.                 RelativePath=".\collections.h">
  386.             </File>
  387.             <File
  388.                 RelativePath=".\configwnd.h">
  389.             </File>
  390.             <File
  391.                 RelativePath=".\constants.h">
  392.             </File>
  393.             <File
  394.                 RelativePath=".\cyclestr.h">
  395.             </File>
  396.             <File
  397.                 RelativePath=".\defines.h">
  398.             </File>
  399.             <File
  400.                 RelativePath=".\dicfgres.h">
  401.             </File>
  402.             <File
  403.                 RelativePath=".\flexcheckbox.h">
  404.             </File>
  405.             <File
  406.                 RelativePath=".\flexcombobox.h">
  407.             </File>
  408.             <File
  409.                 RelativePath=".\flexinfobox.h">
  410.             </File>
  411.             <File
  412.                 RelativePath=".\flexlistbox.h">
  413.             </File>
  414.             <File
  415.                 RelativePath=".\flexmsg.h">
  416.             </File>
  417.             <File
  418.                 RelativePath=".\flexmsgbox.h">
  419.             </File>
  420.             <File
  421.                 RelativePath=".\flexscrollbar.h">
  422.             </File>
  423.             <File
  424.                 RelativePath=".\flextooltip.h">
  425.             </File>
  426.             <File
  427.                 RelativePath=".\flextree.h">
  428.             </File>
  429.             <File
  430.                 RelativePath=".\flexwnd.h">
  431.             </File>
  432.             <File
  433.                 RelativePath=".\iclassfact.h">
  434.             </File>
  435.             <File
  436.                 RelativePath=".\id3dsurf.h">
  437.             </File>
  438.             <File
  439.                 RelativePath=".\idiacpage.h">
  440.             </File>
  441.             <File
  442.                 RelativePath=".\ifrmwrk.h">
  443.             </File>
  444.             <File
  445.                 RelativePath=".\ipageclassfact.h">
  446.             </File>
  447.             <File
  448.                 RelativePath=".\iuiframe.h">
  449.             </File>
  450.             <File
  451.                 RelativePath=".\main.h">
  452.             </File>
  453.             <File
  454.                 RelativePath=".\ourguids.h">
  455.             </File>
  456.             <File
  457.                 RelativePath=".\pagecommon.h">
  458.             </File>
  459.             <File
  460.                 RelativePath=".\populate.h">
  461.             </File>
  462.             <File
  463.                 RelativePath=".\privcom.h">
  464.             </File>
  465.             <File
  466.                 RelativePath=".\registry.h">
  467.             </File>
  468.             <File
  469.                 RelativePath=".\selcontroldlg.h">
  470.             </File>
  471.             <File
  472.                 RelativePath=".\uielements.h">
  473.             </File>
  474.             <File
  475.                 RelativePath=".\uiglobals.h">
  476.             </File>
  477.             <File
  478.                 RelativePath=".\useful.h">
  479.             </File>
  480.             <File
  481.                 RelativePath=".\usefuldi.h">
  482.             </File>
  483.             <File
  484.                 RelativePath=".\viewselwnd.h">
  485.             </File>
  486.         </Filter>
  487.         <Filter
  488.             Name="Resource Files"
  489.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  490.         </Filter>
  491.     </Files>
  492.     <Globals>
  493.     </Globals>
  494. </VisualStudioProject>
  495.